projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
546c70f
)
Fix typo in help string for Cartoexplorer.
author
robertl
<robertl>
Wed, 30 Nov 2005 22:47:11 +0000
(22:47 +0000)
committer
robertl
<robertl>
Wed, 30 Nov 2005 22:47:11 +0000
(22:47 +0000)
pcx.c
patch
|
blob
|
history
diff --git
a/pcx.c
b/pcx.c
index d6cf4c6568fc36f3338ec7baa40f136be031584e..a4a4a3e0581208537b637be95fc1e108bbda74fc 100644
(file)
--- a/
pcx.c
+++ b/
pcx.c
@@
-40,7
+40,7
@@
arglist_t pcx_args[] = {
{"deficon", &deficon, "Default icon name", "Waypoint",
ARGTYPE_STRING },
{"cartoexplorer", &cartoexplorer,
- "Write tracks compatible with CartoExplorer
or
", "",
+ "Write tracks compatible with CartoExplorer", "",
ARGTYPE_STRING },
{0, 0, 0, 0, 0}
};